home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------------------------------------------------
- ; PCP-OFF.SCR Intellicomm v2 logoff script for PC-Pursuit.
- ;
- ; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command'
- ; item, this script logs off PC Pursuit after a sesson completes.
- ;
- ;----------------------------------------------------------------------------
-
- offline goto DONE
-
- AGAIN:
- sendbreak
- send "^M@"
- when
- when "@" send "D"
- waitfor "DISCONNECTED" 8 AGAIN
- delay 20
- hangup
-
- DONE:
- exit
-